home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / MonsterShelf / Source / Controller.h < prev    next >
Encoding:
Text File  |  1993-09-05  |  326 b   |  22 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface Controller : Object
  4. {
  5.     id    infoPanel;
  6.     id    prefPanel;
  7.     id    gridSwitch;
  8.     id    gridValue;    
  9.     id    shelfView;
  10. }
  11.  
  12. - doInfo:sender;
  13. - doPreferences:sender;
  14. - enableGrid:sender;
  15.  
  16. @end
  17.  
  18.  
  19. @interface Object(BriansPathMethods)
  20. - (void) perform:(SEL) sel withPaths:(const char *) paths;
  21. @end
  22.